@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.loading-bar {
    width: 100%;
    background-color: #e9ecef;
    position: relative;
    border-radius: 0.15rem !important;
    height: 1rem;
    margin-bottom: 1.2rem;
}
.fv_bar_pv_heading{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin: 4px 0;
    text-align: center;
}
.loading-bar-progress {
    width: 0%;
    height: 100%;
    background-color: #3498db;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .6s ease;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: black;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding-right: 10px;
}
.featured-content {
    width: 96%
}

.fv-calc {
    max-width: 1020px;
    width: 100%;
    margin: 15px auto;
    padding: 15px;
    border-radius: 0;
    background: #edf0f2;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.fv-wrap {
    display: flex
}

.fv-wrap>div {
    flex: 1;
    background: #fff;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

.fv-wrap>div.fv-inputs {
    flex: 0 0 28em;
    margin-right: 25px;
}

.fv-title {
    font-weight: 700;
    font-size: 36px;
    color: #383737;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

.fv-section {
    margin-top: 3px
}

.fv-section-title {
    text-align: center;
    padding: 3px;
    font-size: 15px;
    font-weight: 700;
    background: #001a4d;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

.fv_pie_charts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12%;
}

.fv_pie_charts_col {
    /*flex: 1;*/
    flex: 0 0 100px;
    margin: 5px 0px
}

.fv-name {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 14px
}

.fv-subtitle {
    font-weight: 700;
    color: #8585bd;
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px
}

.fv-result {
    text-align: right;
    padding: 3px 20px 5px;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    background: #cccccc;
    padding-top: 7px
}

.fv-inputs-info {
    font-size: 10px;
    line-height: 10px;
    color: #afabab
}

.fv-calc input[type=text] {
    margin: 0 0 0;
    background: 0 0;
    box-shadow: 0 0;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0;
    border-radius: 3px;
    font-size: 16px;
    padding: 3px 15px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: 300;
    color: #444;
    outline: 0;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

.fv-calc input[type=text]:hover,
.select2-container--default .select2-selection--single:hover {
    border: 1px solid #7e7e73;
}

.fv-row {
    display: flex;
    align-items: center;
    justify-content: center
}

.fv-row>div {
    flex: 1;
    margin: 1px 5px
}

span.select2-results ul.select2-results__options.select2-results__options--nested {
    padding-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    margin-left: 10px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: 0;
    max-height: 35px;
    height: 35px;
    padding-top: 7px;
    padding-left: 7px;
    font-weight: 700;
    box-shadow: none;
    text-align: right
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    text-align: left;
    padding-left: 0;
    max-width: 300px
}

.select2-container--open .select2-dropdown--below {
    margin-top: 3px
}

.select2-container--open .select2-dropdown--above {
    margin-top: -3px
}

.select2-results {
    background: #f4f4f4!important
}

ul li.select2-results__option {
    color: #000!important;
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 3px!important;
    padding-left: 6px!important;
    border-bottom: 1px solid rgba(0, 30, 85, .10196078431372549)!important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #7f7d7f!important;
    color: #fff!important;
    font-weight: 700!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #222!important;
    color: #fff!important
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px!important;
    padding: 5px!important;
    margin: 0!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444!important;
    font-size: 15px!important;
    line-height: 20px!important;
    font-weight: 400
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -8px;
    margin-top: 0
}

.fv-info {
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
    color: #ccc;
    margin-top: 10px
}

.fv-result-negative {
    background: #8ee4af
}

.fv-logo-box {
    text-align: right;
    margin-top: 5px
}

.fv-result-positive {
    background: rgb(255 23 23 / 23%)
}

.maf_summary_table_parent th{
    text-align:left;
}

.maf_summary_table_parent td{
    background-color: transparent !important;
}


@media all and (max-width:780px) {
    .fv-row {
        display: block
    }
    .fv-wrap {
        display: block
    }
    .fv_pie_charts {
        display: block
    }
}

.fv-name {
    position: relative;
    cursor: poRoboto
}

.fv-checkbox {
    font-size: 14px;
    border: 1px solid;
    padding: 10px;
    border: 1px solid #ddd;
    word-break: break-all;
    line-height: 16px;
    border-radius: 3px
}

.fv-checkbox span {
    margin-bottom: 0;
    display: block;
    word-break: break-all;
    line-height: 15px;
    font-size: 13px;
    font-size: 12px;
    margin-bottom: 4px
}

.fv-row.fv-row-b {
    align-items: baseline
}

.fv-row-b .fv-name {
    margin-bottom: 5px
}

.fv-result.fv-grey {
    margin-left: 45px;
    border-radius: 3px;
}

.tooltip {
    position: absolute;
    z-index: 2222;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    width: 200px;
    display: none;
    text-transform: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    font-weight: 400
}

@media all and (max-width:780px) {
    .fv-result.fv-grey {
        margin-left: 5px
    }
    .fv-wrap>div.fv-inputs {
        margin-right: 0px;
    }
}

.tooltip_sign {
    display: inline-block;
    cursor: poRoboto;
    font-size: 12px
}

.fv__btn_save {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0px;
}

.fv-popup-show {
    margin-left: 5px;
    font-size: 10px;
    text-align: center;
    cursor: poRoboto;
    color: #164fa7;
}

.fv-popup-show:hover {
    text-decoration: underline;
}

.fv__btn_save a {
    background: #fff;
    color: #164fa7;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    display: inline;
    border: 1px solid #164fa7;
}

.fv__btn_save a:hover,#click__text_summary:hover,#click__save_image:hover {
    background: #164fa7;
    color: #fff;
    font-weight: normal;
}

.fv-storage-row {
    display: none;
}

.fv-storage-row-active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.fv-storage-row-search {
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.fv-storage-cell {
    margin: 2px 5px;
    cursor: poRoboto;
    font-size: 12px;
    color: #7996d2;
    text-decoration: underline;
}

.fv-storage-cell:hover,
.fv-storage-cell.fv-storage-cell-active {
    color: #001A4D;
}

.im___temp {
    margin: 0 0 0px;
    background: transparent;
    box-shadow: 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    padding: 3px 15px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: 300;
    color: #444;
    outline: 0;
    text-align: right;
}

.fv-gauge-value {
    margin-top: 7px;
}

.fv-popup {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    bottom: 0px;
    width: calc(100% - 60px);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

.fv-storage-navigation {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

.fv-storage-navigation a,
.fv-storage-navigation input {
    height: 26px;
    line-height: 26px;
}

.fv-storage-navigation a {
    cursor: poRoboto;
    color: #7996d2;
    font-size: 12px;
    border: 1px solid;
    border-radius: 2px;
    padding: 0 10px;
}

.fv-storage-navigation input {
    width: auto !important;
    text-align: left !important;
}

.fv-popup-close {
    text-align: center;
    margin: 10px 0px 0px;
    cursor: poRoboto;
    color: #bcbdbd;
    font-size: 12px;
}

.fv-results-buttons {
    display: flex;
    flex-direction: column;
}

.fv-results-buttons > a:first-child {
    margin-bottom: 16px;
}

#fv-text-summary {
    margin-top: 24px;
    padding: 10px 20px;
}

#text-summary-copy {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: 700;
    background-color: #383c42;
    color: #fff;
    border: 1px solid #383c42;
    border-radius: 3px;
    transition: .1s;
    cursor: poRoboto;
    font-family: 'Roboto', sans-serif;
}
#maaf_generate_chart_btn {
    /*display: inline-block;*/
    width: 100px;
    text-align: center;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: 700;
    background-color: rgb(90, 161, 79);
    color: #fff;
    border: 1px solid rgb(90, 161, 79);
    border-radius: 3px;
    transition: .1s;
    cursor: poRoboto;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}
 
#maaf_generated_chart_block {
    width: 600px;
    height: 400px;
    margin-top: 20px;
    display:none;
}
.highcharts-data-labels .highcharts-label text{
    /*display:none;*/
}



#text-summary-copy:hover,
#maaf_generate_chart_btn:hover{
    background-color: #fff;
    color: #383c42;
}

#fv-text-summary p {
    margin: 16px 0 32px;
}

.maf-align-center{
    text-align:center!important
}

#fv-text-summary ul {
    margin-top: 16px;
}

#fv-text-summary li {
    line-height: 26px !important;
    margin-bottom: 0;
    margin-top:16px
}

.y-border-chart {
    transform: translate(0, 1px);
}







        #myChart{
            width: 100%;
            height: 100vh;
        }

      [data-ag-charts] {
        overflow: hidden;
      }

      /* Center charts with explicit width and heights */
      .ag-chart-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
      }

      button:not(
          #myGrid button,
          #myChart button,
          button[class*="ag-"],
          .ag-chart-context-menu button
        ) {
        --background-color: transparent;
        --text-color: #212529;
        --color-border-primary: #d0d5dd;
        --hover-background-color: rgba(0, 0, 0, 0.1);

        appearance: none;
        border: 1px solid var(--color-border-primary);
        border-radius: 6px;
        height: 36px;
        color: var(--text-color);
        background-color: var(--background-color);
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.01em;
        padding: 0.375em 1em 0.5em;
        white-space: nowrap;
        margin-right: 6px;
        margin-bottom: 8px;
        transition: background-color 0.25s ease-in-out;
      }

      button:not(
          #myGrid button,
          #myChart button,
          button[class*="ag-"],
          .ag-chart-context-menu button
        ):hover {
        background-color: var(--hover-background-color);
      }

      :root[data-dark-mode="true"]
        button:not(
          #myGrid button,
          #myChart button,
          button[class*="ag-"],
          .ag-chart-context-menu button
        ) {
        --text-color: #f8f9fa;
        --color-border-primary: rgba(255, 255, 255, 0.2);
        --hover-background-color: #2a343e;
      }

      /* Hide codesandbox highlighter */
      body > #highlighter {
        display: none;
      }

      ._icon_1tqo9_1 {
        fill: var(--color-icon);
        width: var(--icon-size);
        height: var(--icon-size);
      }
      ._cta_x2rta_1 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: var(--radius-sm);
        transition:
          color 0.25s ease-in-out,
          background-color 0.25s ease-in-out;
        cursor: pointer;
      }
      ._cta_x2rta_1:hover {
        background-color: var(--color-util-brand-100);
      }
      ._cta_x2rta_1 svg {
        --icon-size: 1.25em;
        fill: var(--color-link);
        transform: translate(1px, 0.75px);
        transition: fill 0.25s ease-in-out;
      }
      li:first-child ._cta_x2rta_1 svg {
        --icon-size: 1.35em;
      }
      [data-dark-mode="true"] ._cta_x2rta_1:hover {
        background-color: var(--color-util-brand-50);
      }
      ._tooltip_x2rta_28 {
        --tooltip-background: var(--color-fg-primary);
        position: absolute;
        display: block;
        color: var(--color-bg-primary);
        top: -44px;
        padding: 4px 16px;
        white-space: nowrap;
        font-weight: 600;
        background-color: var(--tooltip-background);
        border-radius: 6px;
        transform: translateY(4px);
        opacity: 0;
        pointer-events: none;
        transition-delay: 0;
        transition:
          opacity 0.165s ease-in,
          transform 0.165s ease-in;
        z-index: 1;
      }
      ._tooltip_x2rta_28:before {
        content: "";
        position: absolute;
        background-color: var(--tooltip-background);
        width: 16px;
        height: 16px;
        transform: rotate(45deg);
        bottom: -7px;
        left: calc(50% - 8px);
        border-radius: 3px;
        z-index: -1;
      }
      ._cta_x2rta_1:hover ._tooltip_x2rta_28 {
        opacity: 1;
        transform: translateY(0);
        transition:
          opacity 0.33s ease-in,
          transform 0.33s ease-in;
        transition-delay: 0.165s;
      }
      [data-dark-mode="true"] ._tooltip_x2rta_28 {
        --tooltip-background: var(--color-bg-secondary);
        color: var(--color-fg-primary);
        box-shadow: 0 -4px 16px #0006;
      }
    